net/http.http2http2Config.MaxUploadBufferPerConnection (field)

8 uses

	net/http (current package)
		h2_bundle.go#L1055: 	MaxUploadBufferPerConnection int32
		h2_bundle.go#L1072: 		MaxUploadBufferPerConnection: h2.MaxUploadBufferPerConnection,
		h2_bundle.go#L1124: 		http2setDefault(&conf.MaxUploadBufferPerConnection, http2initialWindowSize, math.MaxInt32, 1<<20)
		h2_bundle.go#L1126: 		http2setDefault(&conf.MaxUploadBufferPerConnection, http2initialWindowSize, math.MaxInt32, http2transportDefaultConnFlow)
		h2_bundle.go#L1170: 		conf.MaxUploadBufferPerConnection = int32(h2.MaxReceiveBufferPerConnection)
		h2_bundle.go#L4933: 	if diff := conf.MaxUploadBufferPerConnection - http2initialWindowSize; diff > 0 {
		h2_bundle.go#L8157: 	cc.fr.WriteWindowUpdate(0, uint32(conf.MaxUploadBufferPerConnection))
		h2_bundle.go#L8158: 	cc.inflow.init(conf.MaxUploadBufferPerConnection + http2initialWindowSize)